home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-1294.lzh / AMOSLIST / text0082.txt < prev    next >
Encoding:
Text File  |  1995-01-03  |  469 b   |  19 lines

  1. Hello everybody!
  2.  
  3. I am currently replacing some AMOS procedures
  4. by Assembler programs. As my AMOS routine contains
  5. a Plot command I intend to use the WritePixel
  6. routine from the graphics.library.
  7. The problem is that I have to know the screen
  8. rastport of the current in AMOS before calling
  9. my Assembler routine (to which I can pass it
  10. with Areg(1)=rastport). Can I use the "Screen base"
  11. command? What offset do I need?
  12.  
  13. All help is welcome!
  14.  
  15. Thanks in advance,
  16.  
  17.     Chris
  18.  
  19.